[INFO] cloning repository https://github.com/HactarCE/HMinesInfinite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HactarCE/HMinesInfinite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FHMinesInfinite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FHMinesInfinite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4691f42931e5d417588ae0c165f3a72704aaa041
[INFO] checking HactarCE/HMinesInfinite against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHactarCE%2FHMinesInfinite" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HactarCE/HMinesInfinite
[INFO] finished tweaking git repo https://github.com/HactarCE/HMinesInfinite
[INFO] tweaked toml for git repo https://github.com/HactarCE/HMinesInfinite written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HactarCE/HMinesInfinite on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HactarCE/HMinesInfinite already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple_logger v2.1.0
[INFO] [stderr]   Downloaded takeable-option v0.5.0
[INFO] [stderr]   Downloaded glutin v0.28.0
[INFO] [stderr]   Downloaded glium v0.31.0
[INFO] [stderr]   Downloaded wayland-egl v0.29.4
[INFO] [stderr]   Downloaded backtrace v0.3.64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99
[INFO] running `Command { std: "docker" "start" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.7
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]    Compiling wayland-sys v0.29.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.7
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.3
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]    Compiling backtrace v0.3.64
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking raw-window-handle v0.4.2
[INFO] [stderr]     Checking weezl v0.1.5
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking num_threads v0.1.3
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking gif v0.11.3
[INFO] [stderr]     Checking takeable-option v0.5.0
[INFO] [stderr]    Compiling infinite-minesweeper v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bytemuck v1.7.3
[INFO] [stderr]     Checking send_wrapper v0.5.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.5
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]    Compiling glium v0.31.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling wayland-scanner v0.29.4
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking mio v0.8.0
[INFO] [stderr]     Checking getrandom v0.2.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]    Compiling wayland-client v0.29.4
[INFO] [stderr]    Compiling wayland-protocols v0.29.4
[INFO] [stderr]     Checking time v0.3.7
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]     Checking simple_logger v2.1.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking wayland-commons v0.29.4
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]     Checking wayland-cursor v0.29.4
[INFO] [stderr]     Checking wayland-egl v0.29.4
[INFO] [stderr]     Checking glutin v0.28.0
[INFO] [stdout] warning: unused import: `Chunk`
[INFO] [stdout]   --> src/game/mod.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use grid::{Chunk, ChunkPos, Grid, TilePos, CHUNK_SIZE};
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HiddenState`
[INFO] [stdout]   --> src/game/mod.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use tile::{FlagState, HiddenState, Tile};
[INFO] [stdout]    |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Chunk`
[INFO] [stdout]   --> src/game/mod.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub use grid::{Chunk, ChunkPos, Grid, TilePos, CHUNK_SIZE};
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HiddenState`
[INFO] [stdout]   --> src/game/mod.rs:19:27
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use tile::{FlagState, HiddenState, Tile};
[INFO] [stdout]    |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.09s
[INFO] running `Command { std: "docker" "inspect" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99", kill_on_drop: false }`
[INFO] [stdout] 69222a20f6bcc47d1a2130018af1e0f0571bfc2b196d657ba710586e2d205f99
